home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Demo / elearn / interfata.swf / scripts / DefineButton2_142 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2004-05-12  |  293 b   |  18 lines

  1. on(press){
  2.    i = 1;
  3.    while(i < 7)
  4.    {
  5.       _parent["b" + i].gotoAndStop(1);
  6.       i++;
  7.    }
  8.    gotoAndStop(3);
  9.    if(texx == "Fizic├ú")
  10.    {
  11.       fscommand("openLink2","Fizica/MainMenu.htm");
  12.    }
  13.    else
  14.    {
  15.       fscommand("openLink2",texx + "/MainMenu.htm");
  16.    }
  17. }
  18.